projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb81c34
)
s/darwin.h (GC_MARK_STACK): Define.
author
Andrew Choi
<akochoi@shaw.ca>
Sun, 12 Oct 2003 23:38:07 +0000
(23:38 +0000)
committer
Andrew Choi
<akochoi@shaw.ca>
Sun, 12 Oct 2003 23:38:07 +0000
(23:38 +0000)
src/ChangeLog
patch
|
blob
|
history
src/s/darwin.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 3b18eed41914e486f74d1a4964a3474a471fb47d..5e50801592566018ec1bfa71a6251f6820a2984a 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2003-10-12 Andrew Choi <akochoi@shaw.ca>
+
+ * s/darwin.h (GC_MARK_STACK): Define.
+
2003-10-12 Jan Dj
\e
,Ad
\e
(Brv <jan.h.d@swipnet.se>
* window.c (shrink_windows): New function.
diff --git
a/src/s/darwin.h
b/src/s/darwin.h
index 5f2aa0ca309c3c89fa40c1ee794a8776ea571422..32db3e3364b73070471bf7e7b9117297b17289ef 100644
(file)
--- a/
src/s/darwin.h
+++ b/
src/s/darwin.h
@@
-317,5
+317,9
@@
struct kboard;
#define select sys_select
#endif
+/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the
+ stack. */
+#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
+
/* arch-tag: 481d443d-4f89-43ea-b5fb-49706d95fa41
(do not change this comment) */